home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / ecc-121.lha / ecc-1.2.1 / configure.in < prev    next >
Text File  |  1993-01-19  |  130b  |  7 lines

  1. dnl Process this file with autoconf to produce a configure script.
  2. AC_INIT(ecc.c)
  3. AC_PROG_CC
  4. AC_PROG_INSTALL
  5. AC_OUTPUT(Makefile)
  6.  
  7.